<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.newprod_con .newprod_list .newprod_name, .newprod_con .newprod_list .newprod_price, .newprod_con .newprod_list .newprod_intr, .three .threeLeft .blk_t em, .three .threeLeft .art_list_title em, .three .threeLeft .artview_title em, .three .threeCenter .blk_t em, .three .threeCenter .art_list_title em, .three .threeCenter .artview_title em, .three .threeRight .blk_t em, .three .threeRight .art_list_title em, .three .threeRight .artview_title em, .marquee_list p a, .art_list .prod_list_list .prod_list_name, .art_list .prod_list_list .prod_list_type {
  max-width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newprod_con .newprod_list .newprod_pic, .marquee, .marquee_list, .art_list .prod_list_list .prod_list_pic {
  overflow: hidden;
}
.newprod_con .newprod_list .newprod_pic img, .marquee img, .marquee_list img, .art_list .prod_list_list .prod_list_pic img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.newprod_con .newprod_list .newprod_pic img:hover, .marquee img:hover, .marquee_list img:hover, .art_list .prod_list_list .prod_list_pic img:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.newprod_con .newprod_list, .marquee_list p font, .art_list .prod_list_list, .art_list #pager, .copyright {
  text-align: center;
}

/*2015-3-5 21:00:27*/

* {
  margin: 0 auto;
  padding: 0;
}

body {
	font: 12px/1.5 "Microsoft YaHei","宋体",Arial,Sans-Serif;
	color: #333333;
	background-color:#FFF;
}

img {
  border: 0;
  max-width: 100%;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333333;
}

.left, .three &gt; div,.about &gt; div, .art_list .prod_list_list, .art_list_con ul li p.l_title, .company_intro p img, #mess_main .mess_list .mess_title {
  float: left;
}

H3,em{
	font-weight:normal;
	}
.right, .art_list_con ul li p.n_time {
  float: right;
}

.clearFloat:after, .company_intro:after, #mess_main .mess_list:after, .flink_index:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.clearFloat, .company_intro, #mess_main .mess_list, .flink_index {
  *zoom: 1;
}

/*sitemaster reset and only*/
.logo, #nav, .flash_image, .three,.about, .newprod_name, .wrap, .copyright {
  margin: 0 auto;
}
.banner .flash_image{
	text-align:center;
	}
.switch_langbar {
  display: none;
}

/*index - 2015-2-2 16:26:07*/
.wrap .mod_block {
  position: relative;
}

.logo,.three,.about,.boundary, .wrap, .copyright {
	width: 1100px;
}

.header{
  min-width: 1100px;
}
.header_con {
  width: 1100px;
  
  margin: 0 auto;
  position: relative;
}

.logo, #nav, .logo .flash_image {
  width: auto;
}

/*banner*/
#menu {
	width: 100%;
	position:relative;
}
.banner {
  *z-index: -1;
  margin: 0 auto;
}
.banner .mod_block {
	padding-bottom: 0px;
	background-image: none;
}
.banner .mod_toolbar{
	top:44px;
	}

#nav {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: center top;
	position:absolute;
	top:0;
	z-index:1;
}
.nav_con {
	width: 1100px;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	font-family: "Microsoft Yahei", Arial;
	font-size: 14px;
	position: relative;
	z-index:1;/* ie7菜单遮挡 */
}
#nav .mod_toolbar{
	top:-25px;
	}
.navigation {
  padding-left:186px;
  height: 44px;
  *height: 44px;
  /*&gt;li:first-child a, */
  font-size: 0px;
}
.navigation a {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 14px;
}
.navigation a:hover {
  transition: all 0.3s;
  color: #fdb200;
}
.navigation li {
  *margin-left: 0;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *vertical-align: middle;
  min-width: 100px;/*指定菜单宽度，只对第一个LI有效*/
  z-index: 100;
}
.navigation li a:hover{
	color: #fff;
	text-decoration: none;
	background-color:#cc3333;
	}
.navigation li span{
	padding:0;
	margin:0;
}
.navigation li span ul {
  position: absolute;
  background: #0E2F61;
  width: 100%;
  display: none;
  left: 0;
  z-index: 100;
}
.navigation li span ul li {
  border-left: none;
  margin-left: 0;
  width: 100%;
  padding: 0;
  height:30px;
  line-height:30px;
  color:#FFF;
}
.navigation li span ul li a{
	white-space: nowrap;/*文字超出自动隐藏*/
	overflow: hidden;
	text-overflow: ellipsis;
}
.navigation li span ul li a:hover{
	background-image: none;
	background-color:#cc3333;
}
.navigation li span ul li ul {
  top: 0;
  left: 100%;
}
.navigation li span ul li a {
  font-size: 11px;
  padding: 0 0;
}
.navigation &gt; li &gt; span &gt; a {
  height: 44px;/*控制带span菜单高度*/
  line-height: 44px;
  min-width: 90px;/*控制带span菜单宽度，兼容IE7*/
  color:#FFF;
}
.navigation &gt; li:first-child {
  border-left: none;
  margin-left: 0;
}
.red{
	background-color:#cc3333;
	}
.gray{
	width:100%;
	background-color:#f3f3f3;
	padding-top:30px;
	}	
.blue{
	width:100%;
	background-color:#0f2749;
	padding-top:20px;
	margin-bottom:20px;
	}

/*longBarTop*/
.con &gt; div {
  position: relative;
}

.three .list_bot, .con .list_bot, .left .list_bot, .three &gt; div .list_bot, .art_list .prod_list_list .list_bot, .art_list_con ul li p.l_title .list_bot, .company_intro p img .list_bot, #mess_main .mess_list .mess_title .list_bot {
  height: 5px;
}

.blk_t, .art_list_title, .artview_title {
  color: #000;
  font-family: "Microsoft Yahei", Arial;
  font-size: 16px;
  line-height: 37px;
}
.artview h3 {
  color: #000;
  font-family: "Microsoft Yahei", Arial;
  font-size: 16px;
}
.newprod_con {
  overflow: hidden;
}
.newprod_con .newprod_list .newprod_pic {
  vertical-align: middle;
  text-align: center;
}
.newprod_con .newprod_list .newprod_pic img {
  vertival-align: middle;
  max-width:280px;
  max-height:200px;
}
.newprod_con .newprod_list .newprod_pic:hover img{
	
	}
.newprod_con .newprod_list .newprod_name {
  font-weight: bold;
  max-width: 280px;
  line-height:40px;
}
.newprod_con .newprod_list .newprod_price {
  color: #fdb200;
}
/*通用list*/
.prod_type,.list_con,.pro_over,.art_list1,.com_con,.qq_list_con{
	padding: 0 10px;
}
/*three*/
.three {
	padding-bottom:30px;
}
.three &gt; div {
  width: 49%;
  position:relative;
}
.three .threeLeft .blk_t em, .three .threeLeft .art_list_title em, .three .threeLeft .artview_title em, .three .threeCenter .blk_t em, .three .threeCenter .art_list_title em, .three .threeCenter .artview_title em, .three .threeRight .blk_t em, .three .threeRight .art_list_title em, .three .threeRight .artview_title em{
  	color: #000;
  	font-family: "Microsoft Yahei", Arial;
  	font-size: 14pt;
  	line-height: 37px;
  	text-align:center;
  	background-image: url(../images/line1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-style:normal;
}
.three .threeRight {
  *width: 48.9%;
}
.three .threeCenter {
  margin: 0 0.5%;
}
.three .flash_image{
	padding: 0 10px;
}
.threeLeft_p,.threeRight_p{
	position:absolute;/* 绝对 */
	top: 0px;
    left: 5px;
	z-index:1;
	min-width:201px;
	min-height:150px;
	}
.threeLeft_p .com_con,.threeRight_p .com_con{
	padding:0;
	}
.threeLeft_n .list_con,.threeRight_n .list_con{
	padding-left:200px;
	}
.threeLeft_n .blk_t,.threeRight_n .blk_t{
	display:none;
	}
.three .list_more{
	display: none;
	}
/*three*/
/*about*/
.about {
	padding-bottom:20px;
}
.about &gt; div {
  width: 49%;
  position:relative;
}
.about h4{
	color: #11325f;
	font-size:16px;
	height:30px;
	}
.aboutLeft img{
	padding-right:10px;
	}
.about .blk_t,
.about .art_list_title,
.about .artview_title{
  text-align:center;
  font-size:16px;
  	background-image: url(../images/line1.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;
	margin-bottom:20px;
}
.about .blk_t em, 
.about .art_list_title em,
.about .artview_title em,
.about .blk_t em, 
.about .art_list_title em,
.about .artview_title em {
  display: block;
  font-size:9px;
  font-style:normal;
  margin:0;
  padding:0;
  text-transform:uppercase;
  line-height:10px;
}
.about .threeRight {
  *width: 48.9%;
}
.about .flash_image{
	padding: 0 10px;
}
/*about*/
/*up down*/
.marquee {
  height: 100px;
}
.marquee a {
  overflow: hidden;
  display: block;
  text-align: center;
  border: 1px solid #E6E6E6;
  border-bottom: none;
}
.marquee p a {
  margin-bottom: 10px;
  border: 1px solid #E6E6E6;
  border-top: none;
}

/*left right*/
.marquee_list {
	padding: 5px;
}
.marquee_list p {
  width: 282px;
  margin: 3px !important;
}
.marquee_list p a{
	
	}
.marquee_list p font {
  display: block;
}

/* 左侧正文内框 */
.left_con .category .prod_type,.left_con .list_con,.left_con .pro_over,.left_con .art_list1,.left_con .com_con,.left_con .flash_image,.left_con .qq_list_con{
	padding: 0 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #eaeaea;
	border-bottom-color: #eaeaea;
	border-left-color: #eaeaea;
}
.left_con .list_con{
	padding: 0 0;
}
.category .prod_type ul li {
  border-top: 1px dashed #99c77b;
  padding-left: 15px;
}
.category .prod_type ul li ul {
  display: none;
}
.category .prod_type ul li:first-child {
  border-top: none;
}
.category #tree1 ul li {
  background: url("../images/news_arrow.gif") no-repeat scroll 0px 10px;
}

.left_con, .right_con {
  width: 29%;
}
/* 左侧正文内框 */
.right_con .category .prod_type,.right_con .list_con,.right_con .pro_over,.right_con .art_list1,.right_con .com_con,.right_con .flash_image,.right_con .qq_list_con{
	padding: 0 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #eaeaea;
	border-bottom-color: #eaeaea;
	border-left-color: #eaeaea;
}
.center_con {
  width: 42%;
}

.centerLeft_con, .centerRight_con {
  width: 49.7%;
}

.list_more, .art_list .art_list_search {
  position: absolute;
  top: 12px;
  bottom: 14px;
  right: 12px;
  height:35px;
}

/*art_list*/
.art_list {
  position: relative;
}
.art_list .art_list_search {
  top: 6px;
}
.art_list .art_list_search #prd_keyword {
  height: 20px;
  line-height: 20px;
}
.art_list .art_list_search #prdsearch_submit,.art_list .art_list_search #articlesearch_submit {
  border: 0px;
  padding: 0px;
  margin: 0px;
  width: 62px;
  height: 20px;
  line-height: 20px;
  background: url(../images/search_button1.gif) no-repeat;
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
  cursor: pointer;
  text-indent: 15px;
}
.art_list .prod_list_con {
  padding: 8px;
  zoom: 1;
  overflow: auto;
  scrollbar-face-color: #E6E6E6;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-3dlight-color: #B0B0B0;
  scrollbar-arrow-color: #666666;
  scrollbar-track-color: #f5f5f5;
  scrollbar-color: #B0B0B0;
  scrollbar-darkshadow-color: #9C9C9C;
}
.art_list .prod_list_list {
  width: 32%;
  _display: inline;
  margin: 0 0.5%;
  padding: 5px 0;
  line-height: 1.5em;
}
.art_list .prod_list_list :hover {
  background: #eeeeee;
}
.art_list .prod_list_list .prod_list_pic {
  height: 215px;
}
.art_list #pager {
  margin: 20px auto;
}
.art_list .art_list_title_ul h2 {
  padding: 10px 0;
}

.art_list_con ul li {
  height: 26px;
  line-height: 26px;
  border-bottom: 1px dashed #3298FE;
  @entend .clearFloat;
}
.art_list_con ul li p.l_title {
  background: url(../images/news_arrow.gif) no-repeat left;
  padding-left: 15px;
}
.art_list_con ul li :hover {
  color: #fdb200;
}

.art_list_title, .artview_title {
  
}
.company_intro p img {
  border: 5px solid #F0F0F0;
  margin-right: 10px;
  max-height: 150px;
}

/*mess*/
#mess_main {
  padding: 0 10px;
}
#mess_main .mess_list .mess_title {
  width: 10%;
  height: 30px;
  margin: 5px 0;
}
#mess_main .mess_list .mess_input, #mess_main .mess_list .mess_textarea {
  padding-left: 15px;
}
#mess_main .mess_list .mess_input input, #mess_main .mess_list .mess_input textarea, #mess_main .mess_list .mess_textarea input, #mess_main .mess_list .mess_textarea textarea {
  width: 60%;
  margin: 5px 0;
}
#mess_main .mess_list .mess_input input, #mess_main .mess_list .mess_textarea input {
  height: 22px;
}
#mess_main .mess_list img {
  vertical-align: middle;
}
#mess_main .subd {
  width: 70px;
  border: 0px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  color: #333333;
}

.artview {
  padding: 0 0;
}

.flink_index {
  margin: 0px 10px;
}
.flink_index li {
  display: table-cell;
  margin: 5px;
  padding: 3px;
  width: 144px;
  height: 60px;
  vertical-align: middle;
  *position: relative;
  float: left;
}
.flink_index li img {
  width: auto !important;
  max-width: 120px;
  display: block;
  margin: 0 auto;
  *position: absolute;
  *top: 50%;
  *left: 50%;
  *margin-top: expression(-this.height/2);
  *margin-left: expression(-this.width/2);
  /*for IE低版本7/6*/
}

#footer {
  font-size: 12px;
  color: #333333;
  background-color:#11243d;
  color:#FFFFFF;
  padding-top:20px;
  padding-bottom:20px;
}
#footer a {
  color:#FFFFFF;
}
#footer .com_con {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.copyright {
  padding: 5px 0;
}

.qq_list_con ul li {
  line-height: 30px;
}
.qq_list_con ul li img {
  padding-right: 10px;
}

/*noContent*/
.noContent .placeholder, .noContent_left .placeholder, .noContent_right .placeholder {
  height: 20px;
  background: #CCF3FF;
  border: 1px dashed #3298FE;
}

.noContent_left {
  background: #f4f0e7;
  position: absolute;
  top: 0;
  left: -121px;
  width: 112px;
}

.noContent_right {
  background: #f4f0e7;
  position: absolute;
  top: 0;
  right: -121px;
  width: 112px;
}

.noContent_left:after {
  content: '点击激活左侧内容';
}

.noContent_right:after {
  content: '点击激活右侧内容';
}

/* sortable placeholder */
.sortable_placeholder {
  display: block;
  order: 1px solid #efefef;
  height: 32px;
  background: #3298FE;
}

.placeholder {
  display: block;
  height: 12px;
}

.artview_info, .prodview_info {
  margin: 20px 0 15px;
  padding: 5px 10px;
  line-height: 20px;
  border: 1px solid #f4e4b4;
  background: #fffff0;
}

.prodview_pic, .prodview_pic img {
  width: 200px;
  height: 225px;
}

.prodview_pic {
  float: left;
  margin: 0 15px 0 20px;
  _margin-left: 10px;
  border: #D5E1E2 1px solid;
}

/*列表前面的小三角*/
.recent, .titlelist {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

.recent_list, .titlelist li {
  background: url(../images/news_arrow.gif) left center no-repeat;
  text-indent: 8px;
  border-bottom: 1px dashed #E9E9E9;
}

/*大通栏的新闻列表*/

.recent_list a {
  display: block;
}
.recent_list :last-child {
  text-align: right;
}

/*链接hover*/
.category .prod_type li, .titlelist li {
  line-height: 26px;
}
.category .prod_type li a:hover, .titlelist li a:hover {
  color: #ce0d12;
}

/*正文内边距*/
.art_list_con, #sta_content, .company_intro, .qq_list_con, .prodview_content, form#messform, .com_con,#artview_content {
  padding: 0 12px 5px 5px;
}

.prodview_content {
  clear: both;
}

/*add or reset css*/
.wrap {
  width: auto;
  min-height: 400px;
}
#longBarTop, 
#longBarCenter, 
#longBarBottom,
.con &gt; div, 
#leftmain {
	width: 1100px;
  	margin: 0 auto;
}

.con &gt; div, #leftmain {
	background-color:#FFF;
}
#leftmain{
	padding-top:20px;
	}
#longBarTop, #longBarBottom {
	padding-bottom: 0px;
	padding-top:0px;
  
}
#longBarTop .list_con, #longBarBottom .list_con {
	
}
/* #longBarTop 专有样式 开始 */
#longBarTop{
	color:#FFF;
	}
#longBarTop a{
	color:#FFF;
	}
#longBarTop .blankbar{
	clear:both;
	visibility:hidden;
	}
#longBarTop .list_more{
	display: none;
	}
#longBarTop .blk_t,
#longBarTop .art_list_title,
#longBarTop .artview_title{
  	color:#FFFFFF;
  	text-align:center;
  	font-size:18px;
  	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;
	margin-bottom:20px;
}
#longBarTop .blk_t em, 
#longBarTop .art_list_title em,
#longBarTop .artview_title em{
  display: block;
  font-size:9px;
  font-style:normal;
  margin:0;
  padding:0;
  text-transform:uppercase;
  line-height:10px;
}
/* #longBarTop 专有样式 结束 */
#longBarTop .titlelist li,#longBarCenter .titlelist li,#longBarBottom .titlelist li {
	width:50%;
	float:left;
}

#longBarCenter .blk_t,
#longBarCenter .art_list_title,
#longBarCenter .artview_title {
  text-align:center;
  font-size:18px;
  	background-image: url(../images/line1.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;
	margin-bottom:20px;
}
#longBarBottom .blk_t,
#longBarBottom .art_list_title,
#longBarBottom .artview_title {
  text-align:center;
  font-size:18px;
  	background-image: url(../images/line2.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;
	margin-bottom:20px;
}
#longBarCenter .blk_t em, 
#longBarCenter .art_list_title em,
#longBarCenter .artview_title em,
#longBarBottom .blk_t em, 
#longBarBottom .art_list_title em,
#longBarBottom .artview_title em {
  display: block;
  font-size:9px;
  font-style:normal;
  margin:0;
  padding:0;
  text-transform:uppercase;
  line-height:10px;
}
#longBarTop .list_bot, #longBarBottom .list_bot {
  height: 7px;
}

.left_con .mod_block{
  margin-right: 8px;/*左栏与中栏的空隙*/
}
.center_con .mod_block {
  margin-right: 0px;
}

.right_con .mod_block {
  margin-left: 10px;/*右栏与中栏的空隙*/
}

#leftmain.art_list, #leftmain .center_con .artview, #leftmain .center_con .art_list1 {
  margin-right: 0px;
}

.left_con .mod_block, .right_con .mod_block {
  background-color: #FFF;
}
.left_con .blk_t,
.left_con .art_list_title,
.left_con .artview_title,
.right_con .blk_t,
.right_con .art_list_title,
.right_con .artview_title {
	height: 53px;
	line-height:53px;
	background-image: url(../images/left_con.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #eaeaea;
	border-right-color: #eaeaea;
	border-left-color: #eaeaea;
	text-indent:50px;
}
.left_con .blk_t em,
.left_con .art_list_title em,
.left_con .artview_title em,
.right_con .blk_t em,
.right_con .art_list_title em,
.artview_title em {
  line-height: 53px;
  font-style: normal;
  font-size:16px;
}
.left_con .list_more,
.right_con .list_more{
	display: none;
	}
.center_con .blk_t,
.center_con .art_list_title,
.center_con .artview_title,
#centerLeft .blk_t,
#centerRight .blk_t {
  line-height: 50px;
  *height: 50px;
  background: url(../images/center_con.jpg) 0 0 no-repeat;
  text-indent:40px;
  font-size:16px;
  margin-bottom:10px;
}
.center_con .mod_block, .center_con .art_list, .center_con .artview, .center_con .art_list1 {
  background-color: #FFF;
}
.center_con .blk_t em,
.center_con .art_list_title em {
  margin-left: 8px;
  line-height: 37px;
  font-style: normal;
}

#longBarTop .company_intro .art_list .art_list_search, .art_list #longBarTop .company_intro .art_list_search, #longBarBottom .company_intro .art_list .art_list_search, .art_list #longBarBottom .company_intro .art_list_search {
  display: none;
}

.FORIE7 {
  float: none;
}

ul.mktree li.liBullet .bullet {
  background: url(../images/minus.gif) center left no-repeat !important;
}</pre></body></html>